@charset "utf-8";
* {
    padding: 0;
    margin: 0;
    border: 0px;
    outline: none;
    list-style: none;
}

html,
body {
    background: #fff;
    color: #333;
    font: 14px/30px 'PingFang SC', 'Myriad Pro', 'Hiragino Sans GB', 'Microsoft YaHei', sans-serif;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
li,
ol,
ul,
dd,
th,
td,
p,
pre,
form,
input,
button,
textarea,
hr {
    margin: 0;
    padding: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

ul,
li {
    list-style: none;
}

img {
    border-style: none;
    text-decoration: none;
}

button,
input,
select,
textarea {
    font-size: 100%;
    outline: none;
}

table {
    border: 1px solid #999;
    border-collapse: collapse;
    width: 100%
}

td {
    border: 1px solid #999
}

.pt10 {
    padding-top: 10px;
}

.pt20 {
    padding-top: 20px;
}

.pt30 {
    padding-top: 30px;
}

.pt40 {
    padding-top: 40px;
}

.pt50 {
    padding-top: 50px;
}

.pt60 {
    padding-top: 60px;
}

.pb10 {
    padding-bottom: 10px;
}

.pb20 {
    padding-bottom: 20px;
}

.pb30 {
    padding-bottom: 30px;
}

.pb40 {
    padding-bottom: 40px;
}

.pb50 {
    padding-bottom: 50px;
}

.pb60 {
    padding-bottom: 60px;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.mt50 {
    margin-top: 50px;
}

.mt60 {
    margin-top: 60px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb50 {
    margin-bottom: 50px;
}

.mb60 {
    margin-bottom: 60px;
}

.mt100 {
    margin-top: 100px;
}

.textflow {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.wrap {
    width: 1300px;
    margin: 0 auto;
    overflow: visible;
}

.w1,
.container {
    width: 1300px;
    margin: 0 auto;
    display: block;
}

.bowrap {
    width: 1300px;
    margin: 0 auto;
    overflow: hidden;
}

iframe {
    width: 500px;
    height: 350px;
}

@media (max-width:1520px) {
    .wrap {
        width: 1200px;
        margin: 0 auto;
        overflow: visible;
    }
    .w1,
    .container {
        width: 1200px;
        margin: 0 auto;
        display: block;
    }
    .bowrap {
        width: 1200px;
        margin: 0 auto;
        overflow: hidden;
    }
    .tem_head nav a {
        font-size: 16px;
    }
}

.article_editor {
    font-size: 16px
}

.article_editor img {
    max-width: 100%;
    margin-top: -10px;
}

header {
    width: 100%;
    display: block;
    height: 130px;
    position: relative;
}

.header {
    width: 100%;
    display: block;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix::after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    overflow: visible;
}

.clearfix {
    zoom: 1;
}

.clear {
    clear: both;
}

.flash {
    width: 100%;
    display: block;
    overflow: hidden;
}

.top_logo {
    height: 106px;
    display: block;
    position: relative;
}

.logo {
    width: 205px;
    display: block;
    margin: 30px 0 15px;
}
.logo img{ max-width: 100%; display: block; }
.navlist {
    width: 810px;
    display: block;
    margin-top: 8px;
}

.nav_out {
    width: 810px;
    display: block;
    margin: 0 auto;
}

.tem_head nav {
    width: 810px;
    height: 75px;
    line-height: 75px;
}

.tem_head nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.tem_head nav ul li {
    float: left;
    line-height: 75px;
    padding: 0 2.5%;
}

.tem_head nav ul li:nth-child(3) .cp_nav dl {
    padding-right: 100px;
}

.tem_head nav ul li:hover {}

.tem_head nav ul li:last-child {
    padding-right: 0;
    background: none;
}

.tem_head nav ul li:first-child {
    background: none;
}

.tem_head nav a {
    display: block;
    font-size: 18px;
    color: #751e8a;
    text-align: center;
}

.tem_head nav dt a {
    transition: all .2s;
}

.tem_head nav dt a:hover {
    transform: translateY(-5px)
}

.tem_head nav dd a:hover {
    color: #e70012;
    border-bottom: 2px solid #e70012
}

.tem_head nav a.navdown {
    color: #e70012;
    border-bottom: 2px solid #e70012
}

.tem_head nav a.navdown:hover {
    color: #e70012;
    border-bottom: 2px solid #e70012
}

.tem_head nav ul li .nav_cat {
    position: absolute;
    top: 85px;
    right: 0;
    width: 810px;
    background: #f5f5f5;
    z-index: 999;
    display: none;
    padding: 20px 0;
    font-size: 0;
}

.tem_head nav ul li:nth-child(2) .nav_cat{
    width: 80%;
}

.tem_head nav ul li .nav_cat .w1 {
    width: 100% !important;
    display: block;
}

.cp_nav {
    display: flex;
    overflow: hidden;
    text-align: center;
}

.cp_nav dl {
    display: inline-block;    
    padding-right: 10px;
    padding-left: 20px;
    vertical-align: top;
    border-right: 1px solid #f3f3f3;
}

.cp_nav dl dt {
    font-size: 18px;
    letter-spacing: 1.5px;
    color: #333;
    font-weight: bold;
}

.cp_nav dl dd {
    display: block;
    overflow: hidden;
}

.cp_nav dl dd a {
    font-size: 14px;
    line-height: 2;
    letter-spacing: 1.5px;
    color: #5c7ca0;
    text-align: left;
}

.nav_lb {
    width: 25%;
    display: block;
    overflow: hidden;
    margin-left: 15%;
}

.nav_lb dl {
    width: 100%;
    display: block;
    overflow: hidden;
    line-height: 36px;
    text-align: left;
}

.nav_lb dl a {
    font-size: 16px;
    color: #333;
    text-align: left;
}

.nav_lb dl:hover a {
    color: #5c7ca0;
    border-bottom: none;
    font-weight: bold;
}

.nav_img {
    width: 280px;
    display: block;
    overflow: hidden;
}

.nav_img img {
    max-width: 100%;
    display: block;
}

.nav_cat .w1>p {
    font-size: 16px;
    color: #5c7ca0;
    font-weight: bold;
    line-height: 45px;
    text-align: center;
}

.tem_head nav ul li:nth-child(2) .nav_cat .w1 {
    width: 80%;
}

.tem_head nav ul li dl.tem_pronoaw {
    width: auto;
}

.tem_head nav ul li dl.tem_pronoaw dd {
    width: auto;
}

.tem_head nav ul li dl.tem_pronoaw dd div {
    float: left;
    padding: 0 20px;
    min-width: 100px;
}

.tem_head nav ul li dl.tem_pronoaw dd div h3 {
    margin-bottom: 5px;
    border-bottom: 1px solid #888;
    font-weight: normal;
}

.tem_head nav ul li dl.tem_pronoaw dd div p a {
    margin: 0;
}

.top {
    width: 100%;
    display: block;
    line-height: 36px;
    background: #751e8a;
}

.top_zx {
    max-width: 465px;
    display: block;
    box-sizing: border-box;
    padding-bottom: 1px;
}

.top_zx .top_tel {
    display: block;
    float: left;
    background: url(../images/top_tel.png) left center no-repeat;
    padding-left: 30px;
    margin-right: 30px;
    line-height: 43px;
    height: 43px;
}

.top_zx .top_tel h3 {
    font-size: 14px;
    color: #c2c2c2;
    font-weight: normal;
    line-height: 49px;
}

.top_zx .en {
    font-size: 14px;
    color: #000000;
    display: block;
    float: left;
    margin-top: 4px;
    cursor: pointer;
    border: 1px solid #eee;
    position: relative;
    border-bottom: none;
    margin-right: 21px;
}

.top_zx .en li {
    width: 87px;
    overflow: hidden;
    line-height: 34px;
    background: #fff;
    padding: 0 10px 0 10px;
    height: 35px;
}

.top_zx .en li.choose {
    background: #fff url(../images/l03.png) no-repeat 86px center;
    background-size: 10px;
}

.top_zx .en li.cur {
    background: #fff url(../images/l04.png) no-repeat 86px center;
    background-size: 10px;
}

.top_zx .en li span {
    width: 30px;
    float: left;
    display: block;
    margin-top: 4px;
    height: 20px;
    margin-right: 8px;
}

.top_zx .en li span img {
    max-width: 100%;
}

.top_zx .fz {
    display: block;
    width: 150px;
}

.top_zx .fz a {
    float: left;
    font-size: 14px;
    color: #c2c2c2;
    display: block;
    padding: 0 5px;
}

.boxs {
    border: solid 1px #cdcdcd;
    height: 45px;
    width: 218px;
    line-height: 30px;
    font-size: 12px;
}

.texts {
    width: 170px;
    height: 100%;
    float: left;
    margin-left: 15px;
    font-family: "Microsoft YaHei";
}

.btnSubmits {
    width: 33px;
    height: 45px;
    background: url(../images/sea_btn.png) 0px 12px no-repeat;
    font-family: "微软雅黑";
    font-size: 14px;
    line-height: 45px;
}

.top_zx .sea {
    float: left;
    display: block;
    /* margin-top: 7px; */
    /* height: 43px; */
    line-height: 50px;
    margin-right: 20px;
}

.top_zx .sea .search {
    width: 50px;
    height: 43px;
    background: url(../images/sea_btn.png) right no-repeat;
    float: right;
    padding-right: 35px;
    font-size: 14px;
    color: #c2c2c2;
}

.search_box {
    width: 238px;
    display: none;
    top: 36px;
    right: 250px;
    height: 40px;
    padding: 10px;
    position: absolute;
    background: #fff;
    z-index: 15;
}


/* 产品中心  */

.index_product {
    width: 100%;
    display: block;
    background: #f7f7f7;
    padding: 60px 0 30px;
    overflow: hidden;
}

.pro_tit {
    width: 100%;
    display: block;
    overflow: hidden;
    text-align: center;
}

.pro_tit h3 {
    font-size: 36px;
    color: #1d1b1c;
    font-weight: normal;
    line-height: 45px;
}

.pro_tit hr {
    width: 36px;
    height: 3px;
    background: #751e8a;
    margin: 10px auto;
    border: none;
}

.pro_list {
    display: block;
    padding-top: 50px;
    overflow: hidden;
}

.pro_list .tab-hd {
    list-style: none;
    text-align: center;
    margin: 12px 0 0;
}

.pro_list .tab-hd li {
    color: #000000;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    display: inline-block;
    width: 19%;
    border-right: 1px solid #ccc;
    line-height: 48px;
}

.pro_list .tab-hd li span {
    padding-bottom: 15px;
}

.pro_list .tab-hd li:last-child {
    border-right: none;
}

.pro_list .tab-hd li i {
    display: block;
    height: 90px;
}

.pro_list .tab-hd li i img {
    width: 90px;
    line-height: 90px;
    margin: 0 auto;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.8;
    -webkit-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    -moz-transition: all .2s;
}

.pro_list .tab-hd li.active02 {
    color: #751e8a;
}

.pro_list .tab-hd li.active02 h3 {
    border-bottom: 2px solid #751e8a;
}

.pro_list .tab-hd li.active02 span {
    border-bottom: 2px solid #751e8a;
    line-height: 45px;
    height: 45px;
}

.pro_list .tab-hd li.active02 i img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1;
}

.pro_list .tab-bd {
    width: 100%;
    margin-top: 60px;
}

.pro_list .tab-bd li {
    display: none;
    width: 98%;
    overflow: hidden;
    margin: 0 auto 15px;
}

.pro_list .tab-bd li.thisclass {
    display: list-item;
}

.pro_list .tab-bd li.thisclass {
    display: block;
    overflow: hidden;
}

.pro_list .tab-bd li .p01 {
    position: relative;
    width: 100%;
    display: block;
}

.cp_lb02{display: flex;flex: 1;
    width: 94%;
    overflow: hidden;
    margin: 0 auto;}
.cp_lb02 dl{ width: 23%; display: block; overflow: hidden; margin-right: 2.6%; }
.cp_lb02 dl:last-child{ margin-right: 0 }
.cp_lb02 dl .pro_con{}
.cp_lb02 dl .pro_con .pro_img {
    width: 100%;
    display: flex;
    overflow: hidden;
    height: 280px;
    background: #fff;
    justify-content: center;
    align-items: center;
}
.cp_lb02 dl .pro_con .pro_img img {
    max-width: 100%;   
    max-height: 100%;
}
.cp_lb02 dl .pro_con .pro_nr {
    text-align: center;
    padding: 15px 0;
    display: block;
    overflow: hidden;
}
.cp_lb02 dl .pro_con .pro_nr h3 {
    font-size: 16px;
    color: #751e8a;
    line-height: 42px;
    margin: 0 10%;
    border: 1px solid #751e8a;
    font-weight: normal;
}
.cp_lb02 dl:hover .pro_con .pro_img {
    -moz-box-shadow: -1px 1px 11px #bbbbbb;
    -webkit-box-shadow: -1px 1px 11px #bbbbbb;
    box-shadow: -1px 1px 11px #bbbbbb;
}
.cp_lb02 dl:hover .pro_con .pro_nr h3{ background: #751e8a;
    color: #fff; }

.p01_lb {
    display: block;
    width: 94%;
    overflow: hidden;
    margin: 0 auto
}

.p01_lb .swiper-slide {}

.p01_lb .swiper-slide .pro_con {
    margin: 2% 1%;
}

.p01_lb .swiper-slide .pro_con .pro_img {
    width: 100%;
    display: flex;
    overflow: hidden;
    height: 280px;
    background: #fff;
    justify-content: center;
    align-items: center;
}

.p01_lb .swiper-slide .pro_con .pro_img img {
    max-width: 100%;
    /* display: block; */
    max-height: 100%;
}

.p01_lb .swiper-slide .pro_con .pro_nr {
    text-align: center;
    padding: 15px 0;
    display: block;
    overflow: hidden;
}

.p01_lb .swiper-slide .pro_con .pro_nr h3 {
    font-size: 16px;
    color: #751e8a;
    line-height: 42px;
    margin: 0 10%;
    border: 1px solid #751e8a;
    font-weight: normal;
}

.p01_lb .swiper-button-prev {
    left: 0;
    width: 30px;
    height: 57px;
    background: url(../images/ico_fl.png) no-repeat;
    top: 45%;
}

.p01_lb .swiper-button-next {
    right: 0;
    width: 30px;
    height: 57px;
    background: url(../images/ico_fr.png) no-repeat;
    top: 45%;
}

.p01_lb .swiper-slide:hover .pro_con .pro_nr h3 {
    background: #751e8a;
    color: #fff;
}

.p01_lb .swiper-slide .pro_con:hover .pro_img {
    -moz-box-shadow: -1px 1px 11px #bbbbbb;
    -webkit-box-shadow: -1px 1px 11px #bbbbbb;
    box-shadow: -1px 1px 11px #bbbbbb;
}


/* 应用案例  */

.index_case {
    padding: 60px 0;
    overflow: hidden;
}

.case_list {
    width: 100%;
    min-width: 1200px;
    display: block;
    overflow: hidden;
}

.case_con {
    display: block;
    overflow: hidden;
    position: relative;
    padding-bottom: 50px;
    height: 340px;
}

.case_con li {
    float: left;
    width: 19%;
    margin-right: 1%;
    margin-bottom: 15px;
    transition: all .3s;
}

.case_con li:hover {
    transform: translateY(-10px);
}

.case_con li:nth-child(5) {
    margin-right: 0;
}

.case_con .c_con {
    border: 1px solid #d4d4d4;
    background: #f6f6f6;
}

.case_con .c_con .c_img {
    width: 100%;
    display: block;
    overflow: hidden;
}

.case_con .c_con .c_img img {
    width: 100%;
    display: block;
}

.case_con .c_con .c_txt {
    display: block;
    overflow: hidden;
    position: relative;
    top: -35px;
    height: 210px;
}

.case_con .c_con .c_txt .zz {
    background-image: linear-gradient(180deg, rgba(246, 246, 246, 0.05), rgba(246, 246, 246, 1));
    width: 100%;
    height: 36px;
}

.case_con .c_con .c_txt h3 {
    margin: 20px 0 12px;
    font-size: 18px;
    color: #751e8a;
    text-align: center;
    padding: 0 15px;
}

.case_con .c_con .c_txt p {
    font-size: 14px;
    color: #666;
    line-height: 26px;
    padding: 0 15px;
}

.case_con .c_con .c_txt span {
    font-size: 14px;
    color: #b488bf;
    padding-left: 15px;
    margin-top: 10px;
    display: block;
}

.case_con .swiper-pagination {
    bottom: 0;
}

.case_con .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #7e7e7e;
}


/* 关于我们  */

.index_about {
    width: 100%;
    background: url(../images/about_bg.jpg) top center no-repeat;
    padding: 50px 0 0;
}

.tp_zx {
    width: 100%;
    display: block;
    overflow: hidden;
}

.tp_zx .ad_tel {
    display: block;
    overflow: hidden;
}

.tp_zx .ad_tel h3 {
    font-size: 37px;
    color: #fff;
    text-shadow: 2px 2px 0px rgba(39, 39, 39, 0.6);
    line-height: 45px;
    float: left;
    margin-right: 20px;
}

.tp_zx .ad_tel>a {
    width: 150px;
    background: #751e8a;
    text-align: center;
    line-height: 45px;
    font-size: 14px;
    color: #fff;
    font-weight: normal;
    display: block;
    float: left;
}

.tp_zx h4 {
    display: block;
    background: url(../images/i_tel.png) left no-repeat;
    padding: 20px 0 20px 80px;
    font-size: 26px;
    color: #fff;
    text-shadow: 2px 2px 0px rgba(39, 39, 39, 0.6);
    margin-top: 12px;
}

.ab_content {
    padding: 60px 1.5%;
    background: #fff;
    border-radius: 20px;
    box-shadow: 1px 1px 15px #ccc;
    margin: 40px 10px 20px;
    display: block;
    overflow: hidden;
}

.about_cc {
    padding: 40px 0;
    display: block;
    overflow: hidden;
}

.about_cc .ab_txt {
    width: 47%;
    padding-left: 2%;
    display: block;
    overflow: hidden;
}

.about_cc .ab_txt p {
    font-size: 16px;
    color: #666;
    line-height: 32px;
    text-indent: 2em;
}

.about_cc .ab_txt span {
    margin-top: 20px;
    display: block;
}

.about_cc .ab_txt span a {
    font-size: 14px;
    color: #686868;
    text-decoration: underline;
}

.about_cc .ab_img {
    width: 48%;
    display: block;
    overflow: hidden;
}

.ab_services {
    width: 100%;
    display: block;
    overflow: hidden;
}

.ab_services ul {
    list-style: none;
    display: block;
    overflow: hidden;
}

.ab_services ul li {
    float: left;
    display: block;
    border-right: 1px solid #e3d2e8;
    width: 24.8%;
}

.ab_services ul li:last-child {
    border-right: none;
}

.ab_services ul li .i01 {
    width: 95px;
    height: 95px;
    display: block;
    overflow: hidden;
    margin: 10px auto;
    box-shadow: 1px 1px 10px #ccc;
    border-radius: 100px;
}

.ab_services ul li .i01 i {
    width: 80px;
    height: 80px;
    display: block;
    margin: 5px auto;
}

.ab_services ul li:hover .i01 i {
    -webkit-animation: doudong 1s ease;
    animation: doudong 1s ease;
}

.ab_services ul li .i01 .a01 {
    background: url(../images/ico_lx.png) 0 0 no-repeat;
}

.ab_services ul li .i01 .a02 {
    background: url(../images/ico_lx.png) 0 -100px no-repeat;
}

.ab_services ul li .i01 .a03 {
    background: url(../images/ico_lx.png) 0 -198px no-repeat;
}

.ab_services ul li .i01 .a04 {
    background: url(../images/ico_lx.png) 0 -300px no-repeat;
}

.ab_services ul li h3 {
    font-size: 18px;
    color: #1d1b1c;
    font-weight: normal;
    text-align: center;
    line-height: 32px;
}


/* 新闻中心  */

.index_news {
    padding: 60px 0;
    display: block;
    overflow: hidden;
}

.news_list {
    width: 100%;
    margin-top: 25px;
    display: block;
    overflow: hidden;
}

.news_list dl {
    width: 31%;
    float: left;
    display: block;
    border: 1px solid #e7e7e7;
    overflow: hidden;
    margin-right: 2.9%;
}

.news_list dl:nth-child(3) {
    margin-right: 0
}

.news_list dl dt {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 211px;
    position: relative;
}

.news_list dl dt img {
    max-width: 100%;
    max-height: 100%;
}

.news_list dl dd {
    padding: 40px 20px 25px;
    display: block;
    overflow: hidden;
}

.news_list dl dd h3 {
    font-size: 18px;
    color: #272727;
    font-weight: normal;
    line-height: 36px;
}

.news_list dl dd .time {
    display: block;
    margin: 12px 0;
    background: url(../images/time.png) left no-repeat;
    padding-left: 30px;
    font-size: 16px;
    color: #a8a8a8;
}

.news_list dl dd p {
    font-size: 14px;
    color: #767676;
    line-height: 28px;
}

.news_list dl dd .n_more {
    font-size: 14px;
    display: block;
    margin-top: 15px;
    color: #751e8a;
}

.news_list dl .news_cate {
    display: block;
    position: absolute;
    top: 86%;
    left: 10%;
    width: 169px;
    height: 53px;
    background: url(../images/news_title.png) center no-repeat;
    line-height: 53px;
    font-size: 16px;
    color: #fff;
    z-index: 999;
    text-indent: 0.4em;
}


/* 合作伙伴  */

.index_partner {
    width: 100%;
    display: block;
    overflow: hidden;
    padding: 60px 0;
    background: #f7f7f7;
}

.partner_list {
    position: relative;
    overflow: hidden;
}

.parnt_con {
    display: block;
    width: 93%;
    overflow: hidden;
    margin: 0 auto;
}

.parnt_con .swiper-slide dl {
    display: block;
    overflow: hidden;
    padding: 1px;
}

.parnt_con .swiper-slide dl dd {
    border: 1px solid #ccc;
    margin-bottom: 20px;
    display: block;
    overflow: hidden;
}

.parnt_con .swiper-slide dl dd:nth-child(2) {
    margin-bottom: 0;
}

.parnt_con .swiper-slide dl dd img {
    max-width: 100%;
    display: block;
}

.parnt_con .swiper-button-next {
    width: 28px;
    height: 52px;
    background: url(../images/c_fr.png) no-repeat;
}

.parnt_con .swiper-button-prev {
    width: 28px;
    height: 52px;
    background: url(../images/c_fl.png) no-repeat;
}

.link {
    overflow: hidden;
}

.link ul {
    list-style: none;
    display: block;
    overflow: hidden;
}

.link ul li {
    float: left;
    display: block;
    line-height: 45px;
}

.link ul li a {
    padding: 0 15px;
    font-size: 14px;
    color: #666;
    display: block;
}

.area_out {
    background-color: #751e8a;
    height: 65px;
    width: 100%;
}

.area {
    overflow: hidden;
}

.area ul {
    display: block;
    overflow: hidden;
    list-style: none;
}

.area ul li {
    float: left;
    font-size: 16px;
    color: #fff;
    line-height: 65px;
}

.area ul li a {
    font-size: 14px;
    color: #fff;
    padding: 0 10px;
}

.area ul li a:hover {
    text-decoration: underline;
}

.footer {
    width: 100%;
    display: block;
    overflow: hidden;
    background: #2b2e33;
}

.db_con {
    width: 65%;
    display: block;
    overflow: hidden;
    padding: 40px 0 0;
}

.db_nav {
    width: 100%;
    display: block;
    overflow: hidden;
}

.db_nav dl {
    float: left;
    display: block;
    overflow: hidden;
    margin-right: 35px;
}

.db_nav dl:nth-child(1) {
    width: 15%
}

.db_nav dl:nth-child(2) {
    width: 20%
}

.db_nav dl:last-child {
    margin-right: 0;
    width: 55%;
}

.db_nav dl dt {
    font-size: 16px;
    color: #fff;
    display: block;
    font-weight: bold;
    overflow: hidden;
}

.db_nav dl dd {
    display: block;
    padding: 12px 0;
    overflow: hidden;
}

.db_nav dl dd p {
    font-size: 14px;
    color: #c0c0c0;
    line-height: 28px;
}

.db_nav dl dd a {
    font-size: 14px;
    color: #c0c0c0;
    line-height: 28px;
    display: block;
}

.db_nav dl dd li {
    font-size: 14px;
    color: #c0c0c0;
    line-height: 28px;
    padding-left: 35px;
    position: relative;
}

.db_nav dl dd li::before {
    content: "";
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    top: 0px;
    left: 0;
    background: url(../images/index_57.png) left no-repeat;
}

.db_nav dl dd li:nth-child(1)::before {
    background-position: 0 3px;
}

.db_nav dl dd li:nth-child(2)::before {
    background-position: 0 -27px;
}

.db_nav dl dd li:nth-child(3)::before {
    background-position: 0 -53px;
}

.db_nav dl dd li:nth-child(4)::before {
    background-position: 0 -111px;
}

.db_nav dl dd li:nth-child(5)::before {
    background-position: 0 -82px;
}

.copyright {
    width: 100%;
    display: block;
    overflow: hidden;
    border-top: 1px solid #75787d;
    margin-top: 20px;
}

.copyright p {
    font-size: 14px;
    color: #c0c0c0;
    line-height: 58px;
}

.copyright p a {
    color: #c0c0c0;
}

.db_ly {
    width: 400px;
    display: block;
    overflow: hidden;
    background: #3f444b;
    height: 370px;
}

.lx_message {
    width: 70%;
    margin: 0 auto;
    display: block;
    overflow: hidden;
}

.lx_message h3 {
    font-size: 18px;
    color: #ffffff;
    line-height: 40px;
}

.ly_list {
    margin-top: 12px;
    display: block;
    overflow: hidden;
}

.ly_list ul {
    width: 100%;
    display: block;
}

.ly_list ul li {
    width: 100%;
    margin-bottom: 6px;
    display: block;
    overflow: hidden;
    background: #fff;
}

.ly_list ul li label {
    float: left;
    width: 70px;
    color: #999;
    padding-left: 10px;
    height: 36px;
}

.ly_list ul li.yzm input{ float: left; width: 100px; }
.ly_list ul li.yzm img{ width: 100px; float: left; }
.ly_list ul li.textarea label {
    float: none;
    width: 100%;
    display: block;
}

.ly_list ul li input {
    float: left;
    width: calc(100% - 91px);
    line-height: 35px;
    font-size: 14px;
    border-bottom: 1px solid #e0e0e0;
}

.ly_list ul li textarea {
    width: 100%;
    line-height: 30px;
    height: 50px;
    border-bottom: 1px solid #e0e0e0;
    font-size: 14px;
    padding: 0 10px;
    font-family: '微软雅黑';
    box-sizing: border-box;
    border: none;
}

.ly_list ul li input.placeholder {
    color: #666;
}

.ly_list ul li .submit1 {
    background: #181d23;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    border: none;
    padding-bottom: 0;
    font-family: "微软雅黑";
    width: 100%;
}


/* 关于我们  */

.side_bar {
    width: 100%;
    display: block;
    overflow: hidden;
    height: 60px;
}

.side_bar .positions {
    float: left;
    padding-left: 30px;
    background: url(../images/home.png) left no-repeat;
    display: block;
    line-height: 60px;
    width: 30%;
    height: 60px;
}

.side_bar .positions p {
    font-size: 14px;
    color: #7f7f7f;
}

.side_list {
    width: 60%;
    float: left;
    display: block;
    overflow: hidden;
}

.side_list ul {
    list-style: none;
    display: block;
    overflow: hidden;
}

.side_list ul li {
    float: left;
    margin: 0 20px;
    display: block;
    height: 60px;
}

.side_list ul li a {
    font-size: 16px;
    color: #707070;
    display: block;
    line-height: 58px;
}

.side_list ul li a:hover,
.on2 {
    color: #751e8a;
    border-bottom: 2px solid #751e8a;
}

.warpper {
    width: 100%;
    display: block;
    overflow: hidden;
    padding: 60px 0 50px;
    box-shadow: 0px 10px 18px -8px rgba(0, 0, 0, 0.15) inset;
}

.ab_tit {
    text-align: center;
    display: block;
    overflow: hidden;
}

.ab_tit h3 {
    font-size: 26px;
    color: #2a2a2a;
    font-weight: normal;
    line-height: 45px;
}

.ab_tit hr {
    width: 50px;
    height: 1px;
    background: #dbdbdb;
    border: none;
    margin: 10px auto
}

.about_con {
    padding: 50px 0;
    overflow: hidden;
}

.about_con .com_img {
    width: 46%;
    display: block;
    overflow: hidden;
}

.about_con .com_img img {
    max-width: 100%;
    display: block;
}

.about_con .com_txt {
    width: 100%;
    display: block;
    overflow: hidden;
}

.com_txt img {
    float: left;
    margin-right: 15px;
}

.about_con .com_txt p {
    text-indent: 2em !important;
    line-height: 36px;
    font-size: 16px;
    color: #4d4d4d;
    margin-bottom: 5px;
}

.about_con .com_txt h3 {
    font-size: 22px;
    color: #751e8a;
    font-weight: normal;
    line-height: 40px;
}

.fzlc {
    width: 100%;
    display: block;
    overflow: hidden;
    background: url(../images/fzlc_bg.jpg) top center no-repeat;
    padding: 50px 0;
}

.body-box {
    width: 100%;
    margin: 20px auto;
}

.timer-shaft-box {
    width: 1200px;
    padding: 30px 40px;
    box-sizing: border-box;
    margin: 0 auto
}

.timer-shaft {
    position: relative;
    width: 100%;
    height: 80px;
    overflow: hidden;
}

.timer-left {
    position: absolute;
    top: 50%;
    left: 20px;
    z-index: 99;
    width: 23px;
    height: 37px;
    margin-top: -18.5px;
    background: url(../images/icon_left.png) no-repeat;
    background-size: cover;
    cursor: pointer;
}

.timer-right {
    position: absolute;
    top: 50%;
    right: 20px;
    z-index: 99;
    width: 23px;
    height: 37px;
    margin-top: -18.5px;
    background: url(../images/icon_right.png) no-repeat;
    background-size: cover;
    cursor: pointer;
}

.timer-scale {
    position: absolute;
    top: 0;
    left: 0;
    height: 80px;
    padding-left: 80px;
    font-size: 0;
    white-space: nowrap;
}

.timer-scale-cont {
    display: inline-block;
    height: 100%;
    line-height: 80px;
}

.time-circle {
    display: inline-block;
    vertical-align: middle;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    border-radius: 50%;
    background: #949393;
    transition: all .3s;
    cursor: pointer;
}

.timer-scale-cont.hov .time-circle {
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 24px;
    background: #751e8a;
}

.line-scale {
    display: inline-block;
    vertical-align: middle;
    width: 150px;
    height: 22px;
    margin: 0 2px;
    background: url(../images/icon_scale.png) no-repeat;
    background-size: cover;
}

.timer-shaft-content {
    width: 100%;
    margin-top: 45px;
    overflow: hidden;
    font-size: 0;
    box-sizing: border-box;
    white-space: nowrap;
}

.shaft-detail-cont {
    display: none;
    width: 100%;
}

.timer-year {
    padding-left: 20px;
    font-weight: bold;
    color: #333;
    font-size: 0;
}

.icon-year {
    display: inline-block;
    vertical-align: middle;
    width: 33px;
    height: 40px;
    background: url(../images/icon_sign.png) no-repeat;
    background-size: cover;
}

.timer-year span {
    display: inline-block;
    vertical-align: middle;
    margin-left: 18px;
    font-size: 24px;
}

.month-detail-box {
    position: relative;
    width: 100%;
    min-height: 93px;
    padding-top: 30px;
    font-size: 0;
    box-sizing: border-box;
    white-space: normal;
}

.month-detail-box:before {
    content: '';
    position: absolute;
    top: 0;
    left: 36.5px;
    height: 100%;
    border-right: 1px dashed #751e8a;
}

.month-detail-box .month-title {
    position: absolute;
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

.month-detail-box .month-title:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 30px;
    width: 13px;
    height: 13px;
    margin-top: -6.5px;
    background: url(../images/icon_circle.png) no-repeat;
    background-size: cover;
}

.incident-record {
    display: inline-block;
    padding-left: 71px;
    line-height: 2;
    font-size: 16px;
    color: #333;
}

.incident-record a {
    font-size: 14px;
    color: #1d69a3;
}

.qywh {
    padding: 60px 0;
    overflow: hidden;
}

.wh_list {
    display: block;
    overflow: hidden;
}

.wh_list ul {
    list-style: none;
    display: block;
    overflow: hidden;
}

.wh_list ul .ico {
    width: 3px;
    float: left;
    display: block;
    background: url(../images/a_ico_03.png) no-repeat;
    overflow: hidden;
    height: 283px;
}

.wh_list ul li {
    width: 32%;
    float: left;
    display: block;
    text-align: center;
}

.wh_list ul li i {
    margin: 0 auto 30px;
    display: block;
    overflow: hidden;
    margin-top: 40px;
}

.wh_list ul li i img {
    margin: 0 auto;
    display: block;
}

.wh_list ul li h3 {
    font-size: 24px;
    color: #2a2a2a;
    line-height: 45px;
    font-weight: normal;
}

.wh_list ul li p {
    font-size: 14px;
    color: #7b7b7b;
    line-height: 30px;
}

.rongyu {
    background: #f2f3f5;
    padding: 50px 0;
    display: block;
    overflow: hidden;
}

.zz_list {
    position: relative;
    overflow: hidden;
}

.honor_list {
    display: block;
    width: 90%;
    overflow: hidden;
    margin: 0 auto;
}

.honor_list .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.honor_list .swiper-slide img {
    display: block;
    overflow: hidden;
    max-width: 100%;
    max-height: 100%;
}

.honor_list .swiper-button-next {
    width: 45px;
    height: 42px;
    background: url(../images/a_ico_21.png) no-repeat;
}

.honor_list .swiper-button-prev {
    width: 45px;
    height: 42px;
    background: url(../images/a_ico_18.png) no-repeat;
}

.part_04 {
    padding: 60px 0;
    overflow: hidden;
}

.par_list {
    margin-top: 50px;
    display: block;
    overflow: hidden;
}

.par_list ul {
    list-style: none;
    display: block;
    overflow: hidden;
}

.par_list ul li {
    width: 18%;
    float: left;
    display: block;
    margin-right: 2%;
    margin-bottom: 20px;
    overflow: hidden;
    border: 1px solid #dddddd;
}

.par_list ul li:nth-child(5n) {
    margin-right: 0;
}

.par_list ul li img {
    max-width: 100%;
    display: block;
}


/* 新闻资讯  */

.news_cc {
    width: 100%;
    display: block;
    overflow: hidden;
}

.news_cc dl {
    width: 32%;
    float: left;
    display: block;
    border: 1px solid #e9e9e9;
    margin-right: 1.6%;
    margin-bottom: 30px;
    overflow: hidden;
}

.news_cc dl:nth-child(3n) {
    margin-right: 0;
}

.news_cc dl dt {
    width: 100%;
    display: flex;
    overflow: hidden;
    height: 257px;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #eaeaea;
}

.news_cc dl dt img {
    max-width: 100%;
    /* display: block; */
    /* margin: 0 auto; */
    max-height: 100%;
}

.news_cc dl dd {
    display: block;
    overflow: hidden;
    padding: 15px;
}

.news_cc dl dd .news_times {
    float: left;
    text-align: center;
    display: block;
    overflow: hidden;
    border-right: 1px solid #ddd;
    padding-right: 12px;
    margin-right: 12px;
}

.news_cc dl dd .news_times h3 {
    font-size: 22px;
    color: #666;
    line-height: 40px;
}

.news_cc dl dd .news_times p {
    font-size: 14px;
    color: #a8a8a8
}

.news_cc dl dd .news_con1 {
    display: block;
    float: left;
    width: calc(100% - 90px);
    -webkit-width: calc(100% - 90px);
    -moz-width: calc(100% - 90px);
}

.news_cc dl dd .news_con1 h3 {
    font-size: 16px;
    color: #272727;
    font-weight: normal;
    line-height: 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.news_cc dl dd .news_con1 p {
    font-size: 14px;
    color: #9a9a9a;
    line-height: 20px;
}

.news_cc dl dd .news_con1 span {
    font-size: 14px;
    display: block;
    margin-top: 5px;
    color: #751e8a;
}


/* 激光百科  */

.baike {
    width: 100%;
    display: block;
    overflow: hidden;
    background: #fafafa;
    padding: 60px 0; margin-top:30px;
}

.bk_list {
    padding: 60px 0;
    overflow: hidden;
}

.bk_list dl {
    float: left;
    width: 48.5%;
    display: block;
    margin: 1% 2% 2% 0.2%;
    overflow: hidden;
    box-shadow: 1px 1px 10px #ddd;
}

.bk_list dl:nth-child(2n) {
    margin-right: 0.5%;
}

.bk_list dl dt {
    width: 42%;
    display: block;
    float: left;
    overflow: hidden;
}

.bk_list dl dt img {
    width: 100%;
    display: block;
    -webkit-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    -moz-transition: all .2s;
}

.bk_list dl:hover {
    box-shadow: 0 0 16px rgba(88, 88, 88, .3);
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    ;
}

.bk_list dl:hover dt img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.bk_list dl dd {
    width: 50%;
    padding-left: 3%;
    float: left;
    display: block;
    overflow: hidden;
}

.bk_list dl dd h3 {
    font-size: 18px;
    color: #751e8a;
    line-height: 30px;
    margin-top: 25px;
}

.bk_list dl dd p {
    font-size: 14px;
    color: #737373;
    line-height: 26px;
    margin-top: 15px;
}


/* 应用案例  */

.solution_cc {
    overflow: hidden;
}

.solution_cc dl {
    width: 18%;
    display: block;
    float: left;
    margin-right: 1.8%;
    border: 1px solid #d4d4d4;
    background: #f6f6f6;
    margin-bottom: 20px;
}

.solution_cc dl:nth-child(5n) {
    margin-right: 0;
}

.solution_cc dl dt {
    width: 100%;
    max-height: 145px;
    display: block;
    overflow: hidden;
}

.solution_cc dl dt img {
    width: 100%;
    display: block;
}

.solution_cc dl dd {
    padding: 15px 0;
    display: block;
    overflow: hidden;
}

.solution_cc dl dd h3 {
    text-align: center;
    font-size: 18px;
    color: #751e8a;
    line-height: 36px;
    padding: 0 15px;
}

.solution_cc dl dd p {
    font-size: 14px;
    color: #666;
    line-height: 26px;
    padding: 10px 15px;
}

.solution_cc dl dd span {
    font-size: 14px;
    color: #b488bf;
    padding-left: 15px;
    margin-top: 10px;
    display: block;
    text-decoration: underline;
}


/* 产品中心  */

.procon_cc {
    overflow: hidden;
    display: block;
}

.procon_cc dl {
    width: 23%;
    float: left;
    display: block;
    margin: 1% 1.5% 1% 0.5%;
    ;
}

.procon_cc dl:nth-child(4n) {
    margin-right: 0.5%;
}

.procon_cc dl dt {
    box-shadow: 1px 1px 10px #ddd;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 285px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.procon_cc dl dt img {
    max-width: 100%;
    display: block;
    max-height: 100%;
}

.procon_cc dl dd {
    padding: 15px 10px;
    display: block;
    overflow: hidden;
}

.procon_cc dl dd h3 {
    font-size: 18px;
    color: #751e8a;
    font-weight: normal;
    line-height: 32px;
}

.procon_cc dl dd p {
    font-size: 14px;
    color: #666;
    line-height: 26px;
    margin: 10px 0 20px;
}

.procon_cc dl dd span {
    width: 120px;
    border: 1px solid #751e8a;
    text-align: center;
    margin: 0 auto;
    display: block;
    overflow: hidden;
    font-size: 14px;
    color: #751e8a;
    line-height: 36px;
}

.procon_cc dl:hover dd span {
    background: #751e8a;
    color: #fff;
}

.procon_cc dl:hover dd h3 {
    text-decoration: underline;
}


/* 产品详情  */

.warpper02 {
    background: #f7f7f7;
    width: 100%;
    display: block;
    overflow: hidden;
    padding: 60px 0 50px;
    box-shadow: 17px 10px 10px -8px rgba(0, 0, 0, 0.2) inset;
}

.pro_side {
    width: 21%;
    display: block;
    overflow: hidden;
    background: #fff;
    margin: 10px;
    box-shadow: 1px 1px 10px #ddd;
}

.pro_side h4 {
    color: #333;
    font-family: "微软雅黑";
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 1.5;
    text-align: center;
    margin-top: 21px;
    margin-bottom: 21px;
    font-size: 18px;
}

.h_pencai {
    margin-bottom: 52px;
}

.h_pencai li {
    color: #333;
    font-size: 16px;
    font-family: "微软雅黑";
    letter-spacing: 1px;
    line-height: 3;
    padding-left: 15px;
    padding-right: 15px;
    cursor: pointer;
    margin-top: 10px;
}

.h_pencai li div {
    display: block;
    border-bottom: 1px solid #eee;
    line-height: 54px;
}

.h_pencai li div a {
    display: block;
    color: #333;
}

.h_pencai li:first-child div {
    border-top: 1px solid #eee;
}

.h_pencai li:hover div {
    border: 0;
}

.h_pencai li:hover {
    background-color: #014a7f;
    color: #fff;
    position: relative;
}

.h_pencai li:hover a {
    color: #fff;
}

.h_pencai li:hover:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 5px;
    background-color: #ef7f02;
}

.h_pencai li.active {
    background-color: #741e8b;
    color: #fff;
    position: relative;
}

.h_pencai li.active a {
    color: #fff;
}

.h_pencai li.active div {
    border: 0;
}

.h_pencai li.active:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 5px;
    background-color: #ef7f02;
}

#flash {
    width: 100%;
    display: block;
}

#flash .swiper-slide {
    width: 100%;
}

#flash .swiper-slide .img {
    width: 100%;
    display: block;
}

#flash .swiper-slide .img img {
    width: 100%;
    display: block;
}

#flash .swiper-pagination-bullet {
    background: #fff;
    width: 8px;
    height: 8px;
    opacity: 1;
    display: inline-block;
    margin: 0 3px;
    vertical-align: middle;
}

#flash .swiper-pagination-bullet-active {
    background: none;
    border: 1px solid #fff;
    padding: 1px;
}

#flash .swiper-button-prev {
    background: url(../images/ad_ctr_01.png) no-repeat;
    width: 46px;
    height: 73px;
    left: 0 !important;
}

#flash .swiper-button-prev:after {
    display: none;
}

#flash .swiper-button-next {
    background: url(../images/ad_ctr_02.png) no-repeat;
    width: 46px;
    height: 73px;
    right: 0 !important;
}

#flash .swiper-button-next:after {
    display: none;
}

#flash .swiper-pagination-bullets {
    bottom: 40px !important;
}


/*banner*/

.flash {
    width: 100%;
    height: 800px;
    margin: 0 auto;
    overflow: hidden;
    _zoom: 1;
    position: relative;
    *zoom: 1;
}

.flash1 {
    width: 1000px;
    height: 800px;
    margin: 0 auto;
    position: relative;
}

.flash2 {
    width: 1920px;
    height: 800px;
    position: absolute;
    left: -460px;
}

.flexslider {
    margin: 0 auto;
    position: relative;
    width: 1920px;
    height: 800px;
    overflow: hidden;
    zoom: 1;
}

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
}

.flexslider .slides {
    zoom: 1;
}

.flex-direction-nav a {
    width: 60px;
    height: 90px;
    line-height: 99em;
    overflow: hidden;
    margin: -60px 0 0;
    display: block;
    background: url(../images/ad_ctr.png) no-repeat;
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .3s ease;
}

.flex-direction-nav .flex-next {
    background-position: 0 -90px;
    right: 0;
}

.flex-direction-nav .flex-prev {
    left: 0;
}

.flexslider:hover .flex-next {
    opacity: 0.8;
    filter: alpha(opacity=25);
}

.flexslider:hover .flex-prev {
    opacity: 0.8;
    filter: alpha(opacity=25);
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
    opacity: 1;
    filter: alpha(opacity=50);
}

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 3px;
    text-align: center;
}

.flex-control-nav li {
    margin: 0 5px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.flex-control-paging li a {
    background: url(../images/dot.png) no-repeat 0 -16px;
    display: block;
    height: 16px;
    overflow: hidden;
    text-indent: -99em;
    width: 16px;
    cursor: pointer;
}

.flex-control-paging li a.flex-active {
    background-position: 0 0;
}


/*左侧分栏*/

.con_section {
    width: 1200px !important;
    position: relative;
    padding: 20px 0 50px;
    display: block;
    overflow: hidden;
}

lside {
    display: block;
    position: relative;
    float: left;
    width: 240px;
}

lside section h2 {
    background: url(../images/about_03.jpg) no-repeat;
    height: 90px;
    font-size: 26px;
    line-height: 90px;
    color: #fff;
    padding-left: 45px
}

lside .lside_list {
    border: 1px solid #dfdfdf;
    display: block;
    overflow: hidden;
    background: #fff;
    padding: 15px 20px 10px;
}

lside .lside_list dl {
    margin-bottom: 12px;
}

lside .lside_list dl dt {
    padding-left: 34px;
    font-size: 16px;
    color: #666;
    background: url(../images/p_ico.png) 20px no-repeat #0191d7;
    display: block;
}

lside .lside_list dl dt a {
    display: block;
    padding: 8px 0 8px 30px;
    color: #fff;
}

lside .lside_list dl dt:hover {
    color: #fff;
    background: url(../images/p_ico.png) 20px no-repeat #fc7404;
    display: block;
}

lside .lside_list dl dt:hover a {
    color: #fff;
}

lside .lside_list dl dt.current {
    color: #fff;
    background: url(../images/p_ico.png) 20px no-repeat #fc7404;
    display: block;
}

lside .lside_list dl dt.current a {
    color: #fff;
}

lside .lside_list dl dd {
    padding: 6px 0 6px 0;
}

lside .lside_list dl dd a {
    display: block;
    padding-left: 20px;
    height: 36px;
    color: #333;
    font-weight: normal;
    line-height: 36px;
    background: url(../images/p_ico.png) 10px no-repeat;
    border-bottom: 1px solid #eee;
}

lside .lside_list dl dd .current a,
.lside_list dl dd a:hover {
    background: #efefef;
}

.side_tel {
    width: 100%;
    background: url(../images/about_06.jpg) no-repeat;
    height: 172px;
    display: block;
    overflow: hidden;
    text-align: center;
    margin-top: 15px;
}

.side_tel p {
    font-size: 14px;
    color: #fff;
    padding: 10px 0 0;
}

.side_tel h3 {
    font-size: 30px;
    color: #fff;
    line-height: 45px;
}

.side_news {
    margin-top: 15px;
    display: block;
}

.side_news h2 {
    background: url(../images/about_03.jpg) no-repeat;
    height: 90px;
    font-size: 26px;
    line-height: 90px;
    color: #fff;
    padding-left: 45px;
}

.side_news ul {
    border: 1px solid #dfdfdf;
    display: block;
    overflow: hidden;
    background: #fff;
    padding: 0 20px 15px;
}

.side_news ul li {
    border-bottom: 1px dashed #ccc;
    padding: 12px 0;
}

.side_news ul li span {
    font-size: 12px;
    color: #8e8e8e;
    line-height: 16px;
    display: block;
}

.side_news ul li h3 {
    color: #000;
    font-size: 12px;
}

.side_news ul li p {
    color: #333;
    line-height: 20px;
    font-size: 12px;
}


/*右侧内容*/

article {
    width: 930px;
    float: right;
    padding: 0 10px;
}

.article_head {
    position: relative;
    height: 60px;
    border-bottom: 1px solid #ddd;
    line-height: 60px;
    border-top: 3px solid #071b2c;
}

.article_head .position {
    position: absolute;
    top: 0;
    right: 0px;
    color: #aaa;
}

.article_head .position a {
    color: #999;
    font-family: 'Microsoft YaHei', Tahoma, Verdana, 'Simsun';
}

.article_head h1 {
    color: #555;
    font-weight: normal;
    font-size: 18px;
}


/*新闻列表*/

.met_module2_list {
    padding: 30px 0;
}

.met_module2_list dl {
    padding: 30px 20px;
    display: block;
    overflow: hidden;
    border-bottom: 1px solid #e0e0e0;
}

.met_module2_list dl dt {
    width: 98px;
    height: 98px;
    display: block;
    background: #ccc;
    text-align: center;
    float: right;
}

.met_module2_list dl dt h3 {
    font-size: 30px;
    color: #fff;
    margin-top: 20px;
}

.met_module2_list dl dt p {
    font-size: 14px;
    color: #fff;
}

.met_module2_list dl dd {
    width: 750px;
    display: block;
    overflow: hidden;
}

.met_module2_list dl dd h3 {
    font-size: 20px;
    color: #010101;
    display: block;
}

.met_module2_list dl dd p {
    font-size: 14px;
    color: #010101;
    line-height: 24px;
    margin: 15px 0 25px;
}

.met_module2_list dl dd span {
    width: 145px;
    background: #071b2c;
    border-radius: 20px;
    display: block;
    text-align: center;
    font-size: 14px;
    color: #fff;
    line-height: 32px;
}

.met_module2_list dl:hover dt {
    background: #f08801;
}

.met_module2_list dl:hover dd h3 {
    color: #071b2c;
    text-decoration: underline;
}

.article_content {
    margin: 40px 0;
}


/*新闻详细*/

.article_content h1.article_title {
    font-size: 28px;
    font-weight: normal;
    padding: 5px 0;
    text-align: center;
}

.article_content .article_infos {
    color: #818181;
    font-size: 12px;
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    text-align: center;
}

.article_content .article_infos span {
    margin-right: 10px;
}

.article_content .article_editor {
    padding: 0 10px;
    margin: 0 auto;
    max-width: 1000px;
}


/*图片列表*/

.module_list_img {
    padding: 30px 10px;
}

.module_list_img li {
    width: 33.3%;
    float: left;
    margin-bottom: 20px;
}

.module_list_img li a {
    display: block;
    width: 280px;
    text-align: center;
}

.module_list_img li .img-size {
    border: 1px solid #ccc;
    width: 280px;
    height: 300px;
    overflow: hidden;
    position: relative;
}

.module_list_img li .img-size img {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.module_list_img li h3 {
    font-weight: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}


/*图片详情*/

.product-info {
    padding: 10px;
}

.product-img {
    width: 500px;
    float: left;
    border-right: 1px solid #eee;
    padding-right: 49px;
}

.pro_img_main {
    width: 100%;
    height: 342px;
    display: flex;
    -webkit-display: flex;
    -moz-display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #eaeaea;
}

.pro_img_main img {
    max-width: 100%;
    max-height: 100%;
}

.pro_pics {
    width: 100%;
}

.pro_pics li {
    float: left;
    width: 20%;
    height: 75px;
    box-sizing: border-box;
    -webkit-display: flex;
    -moz-display: flex;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #eaeaea;
}

.pro_pics li img {
    max-width: 100%;
    max-height: 100%;
}

.product-arr {
    float: left;
    width: 550px;
    padding-left: 50px;
}

.product-arr h3 {
    font-size: 24px;
    padding: 20px 5px;
    border-bottom: 1px solid #ddd;
}

.product-arr p {
    line-height: 28px;
    font-size: 14px;
}

.product_nav {
    height: 45px;
    line-height: 45px;
    margin: 30px 0;
    border: 1px solid #ddd
}

.product_nav li {
    float: left;
    list-style: none;
    border-right: 1px solid #ddd;
    cursor: pointer
}

.product_nav li a {
    display: block;
    padding: 0 40px
}

.product_nav li.product_nav_now,
.product_nav li.product_nav_hover {
    background: #f7f8fa
}


/*留言*/

.msg_hr {
    border-top: 1px solid #ddd;
    margin: 0;
    padding: 0 5px 0 15px;
    font-weight: bold;
    font-size: 16px;
    background: #ddd;
    height: 60px;
    line-height: 60px;
}

:-ms-input-placeholder {
    color: #999
}

.msg {
    border: 1px solid #ddd;
    border-top: 0;
    overflow: hidden;
    text-align: left
}

.msg dl:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0
}

.msg dl {
    width: 100%;
    zoom: 1;
    background: #fff
}

.msg dl {
    border-top: 1px solid #ddd;
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -ms-flexbox;
    position: relative;
    padding: 5px 0
}

.msg dl dt {
    padding: 15px 15px 10px 15px;
    width: 105px;
    text-align: left;
    font-weight: normal;
    overflow: hidden;
    line-height: 1.2
}

.msg dl dd {
    -moz-box-flex: 1.0;
    -webkit-box-flex: 1.0;
    box-flex: 1.0;
    -ms-flex: 1;
    padding: 2px 0 0 15px;
    margin: 10px 0
}

.msg dl dd label input {
    position: relative;
    top: 1px;
    margin-right: 3px
}

.msg dl dd .fbox {
    margin: 0 10px 0 0
}

.msg dl dd .tips {
    color: #aaa
}

.msg dl dd .tips:hover {
    color: #f00
}

.msg dl dd.labelinline label {
    display: inline
}

.msg dl dt.addimgdt {
    padding: 10px 5px 10px
}

.msg dl dt.addimgdt p {
    height: 30px;
    line-height: 30px;
    margin-bottom: 8px
}

.msg dl.noborder {
    border-bottom: 0
}

.msg dl dd.ftype_description {
    color: #fff;
    padding: 8px;
    margin: 0 5px;
    background: #00AAFF
}

.ftype_input .fbox {
    float: left
}

.ftype_input .tips {
    float: left;
    padding-top: 5px
}

.ftype_input .fbox input {
    width: 350px;
    height: 28px;
    line-height: 28px\9;
    padding: 2px 5px;
    border: 1px solid #dcdfe0;
    background-color: #fff;
    color: #333;
    outline: 0;
    border-radius: 2px
}

.placeholder-ie {
    position: relative
}

.placeholder-ie label {
    position: absolute;
    left: 8px;
    top: 7px;
    cursor: text;
    color: #999
}

.ftype_textarea .tips {
    display: block
}

.ftype_textarea textarea {
    width: 350px;
    line-height: 1.5;
    height: 100px;
    padding: 7px 5px;
    border: 1px solid #dcdfe0;
    background-color: #fff;
    color: #333;
    outline: 0
}

.ftype_select .tips,
.ftype_select-linkage .tips {
    display: block;
    margin-top: 5px
}

select {
    line-height: 31px;
    height: 31px;
    vertical-align: middle;
    background-color: #fff;
    outline: 0;
    border: 1px solid #ccc;
    padding: 4px;
    color: #656565
}

.ftype_radio .fbox label {
    font-weight: normal;
    height: 28px;
    line-height: 28px;
    margin: 0;
    display: block
}

.ftype_radio .fbox input[type='radio'] {
    border-radius: 100%;
    bottom: 3px;
    height: 15px;
    position: relative;
    vertical-align: middle;
    width: 15px;
    margin: 0;
    position: relative;
    top: -1px;
    margin-right: 6px
}

.ftype_radio .formerror {
    margin-top: 0
}

.ftype_checkbox .fbox input[type='checkbox'] {
    border-radius: 100%;
    bottom: 3px;
    height: 15px;
    position: relative;
    vertical-align: middle;
    width: 15px;
    margin: 0
}

.ftype_checkbox .fbox label {
    font-weight: normal;
    height: 28px;
    line-height: 28px;
    margin: 0;
    display: block
}

.ftype_checkbox .fbox input {
    position: relative;
    top: -1px;
    margin-right: 6px !important
}

.ftype_checkbox .formerror {
    margin-top: 0
}

.ftype_transverse .fbox label {
    display: inline;
    margin-right: 15px
}

.submit {
    display: block;
    background: #23b7e5;
    border: 0 none;
    height: 34px;
    line-height: 26px;
    padding: 0 35px;
    color: #fff;
    cursor: pointer;
    border-radius: 2px;
    font-family: 'Microsoft YaHei', Tahoma, Verdana, 'Simsun'
}

.submit:hover {
    background: #38c4f0
}

.submit.active {
    background: #1ba4cf
}

.msg dl dd.ftype_code input {
    width: 80px;
    margin-right: 10px
}

.msg dl dd.ftype_code img {
    height: 30px;
    position: relative;
    bottom: 2px
}


/*分页*/

.page-list {
    clear: both;
    margin: 20px 0px 0px 0px;
    text-align: center;
}

.page-list .page-item {
    display: inline-block;
}

.page-list .page-link {
    display: inline-block;
    font-family: Arial;
    font-size: 15px;
    padding: 7px 15px;
    margin-left: 6px;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #751e8a;
    border-color: #751e8a;
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}


/* 案例列表  */

.case_list_article,
.case_list_article2 {
    width: 100%;
    display: block;
    overflow: hidden;
    margin: 40px 0;
}

.case_list_article dl {
    float: left;
    width: 300px;
    margin-right: 10px;
    overflow: hidden;
    margin-bottom: 20px;
    border: 1px solid #ededed
}

.case_list_article dl:nth-child(3n) {
    margin-right: 0;
}

.case_list_article dl dt {
    width: 300px;
    display: block;
    overflow: hidden;
    height: 212px;
}

.case_list_article dl a dt {
    overflow: hidden;
}

.case_list_article dl dt img {
    transition: all .3s;
    width: 300px;
}

.case_list_article dl dd {
    padding: 15px;
    display: block;
    overflow: hidden;
}

.case_list_article dl dd h3 {
    font-size: 16px;
    line-height: 30px;
}

.case_list_article dl dd p {
    font-size: 14px;
    color: rgb(97, 96, 96);
    line-height: 24px;
    height: 45px;
    padding: 5px 0;
}

.case_list_article dl:hover dt img {
    transform: scale(1.1);
}

.case_list_article dl:hover dd h3 {
    color: #014099;
}

.case_list_article2 dl {
    float: left;
    width: 392px;
    margin-right: 10px;
    overflow: hidden;
    margin-bottom: 20px;
}

.case_list_article2 dl:nth-child(3n) {
    margin-right: 0;
}

.case_list_article2 dl dt {
    width: 390px;
    display: block;
    overflow: hidden;
}

.case_list_article2 dl a dt {
    overflow: hidden;
}

.case_list_article2 dl dt img {
    transition: all .3s;
    width: 390px;
}

.case_list_article2 dl dd {
    padding: 15px;
    display: block;
    overflow: hidden;
}

.case_list_article2 dl dd h3 {
    font-size: 16px;
    line-height: 30px;
    text-align: center;
}

.case_list_article2 dl:hover dd h3 {
    color: #014099;
}

.page_bg {
    width: 100%;
    height: 300px;
    display: block;
    overflow: hidden;
}

@-webkit-keyframes doudong {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    20% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px);
    }
    40% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }
    60% {
        -webkit-transform: translateY(3px);
        transform: translateY(3px);
    }
    80% {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes doudong {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    20% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px);
    }
    40% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }
    60% {
        -webkit-transform: translateY(3px);
        transform: translateY(3px);
    }
    80% {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}


/* 产品详情  */

.warpper02 {
    background: #f7f7f7;
    width: 100%;
    display: block;
    overflow: hidden;
    padding: 60px 0 50px;
    box-shadow: 17px 10px 10px -8px rgba(0, 0, 0, 0.2) inset;
}

.pro_side {
    width: 21%;
    display: block;
    overflow: hidden;
    background: #fff;
    margin: 10px;
    box-shadow: 1px 1px 10px #ddd;
}

.pro_side h4 {
    color: #333;
    font-family: "微软雅黑";
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 1.5;
    text-align: center;
    margin-top: 21px;
    margin-bottom: 21px;
    font-size: 18px;
}

.h_pencai {
    margin-bottom: 52px;
}

.h_pencai li {
    color: #333;
    font-size: 16px;
    font-family: "微软雅黑";
    letter-spacing: 1px;
    line-height: 3;
    padding-left: 15px;
    padding-right: 15px;
    cursor: pointer;
    margin-top: 10px;
}

.h_pencai li div {
    display: block;
    border-bottom: 1px solid #eee;
    line-height: 54px;
}

.h_pencai li div a {
    display: block;
    color: #333;
}

.h_pencai li:first-child div {
    border-top: 1px solid #eee;
}

.h_pencai li:hover div {
    border: 0;
}

.h_pencai li:hover {
    background-color: #741e8b;
    color: #fff;
    position: relative;
}

.h_pencai li:hover a {
    color: #fff;
}

.h_pencai li:hover:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 5px;
    background-color: #ef7f02;
}

.h_pencai li.active {
    background-color: #741e8b;
    color: #fff;
    position: relative;
}

.h_pencai li.active a {
    color: #fff;
}

.h_pencai li.active div {
    border: 0;
}

.h_pencai li.active:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 5px;
    background-color: #ef7f02;
}

.pro_detail {
    width: 72%;
    display: block;
    padding: 1.5%;
    box-shadow: 1px 1px 10px #ddd;
    margin: 10px;
    background: #fff;
}

.cp_tit {}

.cp_tit h3 {
    font-size: 18px;
    color: #080808;
    font-weight: normal;
    line-height: 45px;
}

.cp_xx {
    width: 100%;
    display: block;
    overflow: hidden;
    margin-top: 30px;
}

.laser_img {
    width: 47%;
    display: block;
    overflow: hidden;
}

#gallery {
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
}

#gallery .swiper-slide {}

#gallery .swiper-slide .ga_img {
    border: 1px solid #d1d1d1;
    display: block;
    overflow: hidden;
}

#gallery .swiper-slide .ga_img img {
    width: 100%;
    display: block;
    transition: all .3s
}

#gallery .swiper-slide .ga_img:hover {
    border: 1px solid #751e8a;
}

#gallery .swiper-slide .ga_img:hover img {
    transform: scale(1.1)
}

.laser_slt {
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
    margin-top: 15px;
}

#thumbs {
    width: 88%;
    display: block;
    overflow: hidden;
    margin: 0 auto;
}

#thumbs .swiper-slide {
    opacity: 0.8
}

#thumbs .swiper-slide:hover .small_img {
    border: 1px solid #741e8b;
}

#thumbs .swiper-slide .small_img {
    border: 1px solid #d1d1d1;
    width: 100px;
    height: 100px;
}

#thumbs .swiper-slide-thumb-active .small_img {
    border: 1px solid #741e8b;
}

#thumbs .swiper-slide img {
    width: 100%;
}

#thumbs .swiper-slide-thumb-active {
    opacity: 1;
}

#thumbs .swiper-wrapper {}

#thumbs .swiper-button-next {
    position: absolute;
    right: 0;
    width: 19px;
    height: 36px;
    background: url(../images/i_fr.png) no-repeat;
}

#thumbs .swiper-button-prev {
    position: absolute;
    left: 0;
    width: 19px;
    height: 36px;
    background: url(../images/i_fl.png) no-repeat;
}

.lase_txt {
    width: 50%;
    display: block;
    overflow: hidden;
}

.las_bt {
    display: block;
    overflow: hidden;
}

.las_bt h3 {
    font-size: 20px;
    color: #751e8a;
    line-height: 36px;
}

.las_bt h4 {
    font-size: 14px;
    color: #751e8a;
    font-weight: normal;
}

.las_js {
    margin-top: 30px;
}

.las_js p {
    font-size: 14px;
    color: #575757;
    line-height: 24px;
}

.las_js span {
    width: 120px;
    border: 1px solid #751e8a;
    display: block;
    text-align: center;
    margin-top: 25px;
}

.las_js span a {
    font-size: 14px;
    color: #751e8a;
    padding: 5px 0;
    display: block;
}

.laser_detail {
    display: block;
    padding-top: 50px;
    overflow: hidden;
}

.laser_detail .tab-hd02 {
    list-style: none;
    text-align: center;
    margin: 12px 0 0;
    overflow: hidden;
    border: 1px solid #751e8a;
}

.laser_detail .tab-hd02 li {
    color: #751e8a;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    display: block;
    float: left;
    width: 24.9%;
    border-right: 1px solid #751e8a;
    line-height: 48px;
}

.laser_detail .tab-hd02 li:last-child {
    border-right: none;
}

.laser_detail .tab-hd02 li.active02 {
    color: #fff;
    background: #751e8a;
}

.laser_detail .tab-bd02 {
    width: 100%;
    margin-top: 60px;
}

.laser_detail .tab-bd02 li {
    display: none;
    width: 98%;
    overflow: hidden;
    margin: 0 auto 15px;
}

.laser_detail .tab-bd02 li.thisclass {
    display: list-item;
}

.laser_detail .tab-bd02 li.thisclass {
    display: block;
    overflow: hidden;
}

.h_genduo {
    text-align: center;
    margin-top: 73px;
    cursor: pointer;
}

.h_genduo h5 {
    font-size: 24px;
    color: #751e8a;
    font-weight: bold;
    margin-bottom: 12px;
}

.h_chanpindi {
    border-top: 1px solid #ccc;
    padding-top: 27px;
}

.h_chanpindi span {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
    font-family: "微软雅黑";
    line-height: 33px;
    color: #751e8a;
    float: left;
}

.h_chanpindi a {
    display: inline-block;
    line-height: 33px;
    color: #751e8a;
    border: 1px solid #751e8a;
    text-align: center;
    width: 110px;
}

.h_chanpindi a:last-child {
    margin-left: 24px;
}


/*表单*/

.h_form_con {
    width: 42%;
    background-color: #fff;
    margin-top: 50px;
    box-shadow: 1px 1px 10px 0 #ddd;
    padding-left: 48px;
    padding-right: 52px;
    padding-top: 6px;
    padding-bottom: 30px;
    margin-left: 10px;
    overflow: hidden;
}

.h_form {
    width: 100%;
    overflow: hidden;
}

.h_form h3 {
    color: #333;
    line-height: 1.5;
    letter-spacing: 1px;
    text-align: center;
    font-family: "微软雅黑";
    margin-top: 16px;
    font-size: 24px;
    margin-bottom: 12px;
}

.h_form h3 span {
    position: relative;
}

.h_form h3 span:after {
    content: "";
    position: absolute;
    bottom: -12px;
    left: 26%;
    width: 48%;
    border-bottom: 1px solid #ccc;
}

.h_form form select,
.h_form form input {
    font-size: 14px;
    font-family: "微软雅黑";
    height: 48px;
    color: #999;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
}

.h_form form select {
    background: url(../images/select.png) no-repeat 95% 50%;
}

.h_form form select option {
    font-size: 14px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 20px;
    color: #999;
}

.h_form form .h_form1 input {
    width: calc(100% - 100px);
    float: right;
}

.h_form form .h_form1 textarea {
    width: 100%;
    max-width: 100%;
    height: 135px;
    max-height: 135px;
    color: #999;
    padding: 0 10px;
    padding-bottom: 13px;
    font-size: 14px;
    font-family: "微软雅黑";
    float: right;
    box-sizing: border-box;
}

.h_form form .h_form1 {
    overflow: hidden;
    border: 1px solid #ddd;
    margin-bottom: 10px;
}

.h_form form .h_form1 label {
    line-height: 50px;
    padding-left: 10px;
    width: 90px;
    display: block;
    float: left;
}

.h_form form .h_form1:nth-child(6) label {
    float: none;
    width: 100%;
}

.h_form form .h_form2 input {
    width: 40%;
}

.h_form form .h_form2 select {
    width: 23.1%;
    margin-left: 6.1%;
    padding-left: 15px;
}

.h_form form .h_form3 {
    padding-top: 0;
    padding-bottom: 0;
    width: 100%;
}

.h_form form .h_form3 div {
    display: inline-block;
    position: relative;
}

.h_form form .h_form3 input[type="text"] {
    width: 200px;
}

.h_form form .h_form3 img {
    position: absolute;
    top: 29px;
    right: 13px;
}

.h_form form .h_form3 label {
    position: absolute;
    top: 39%;
    right: -22px;
    color: #751e8a;
    font-size: 20px;
}

.h_form form .h_form3 button {
    width: 203px;
    background-color: #751e8a;
    color: #fff;
    font-size: 18px;
    font-family: "微软雅黑";
    letter-spacing: 45px;
    text-align: center;
    border: 0;
    height: 48px;
    padding-left: 45px;
    margin: 20px auto;
    display: block;
}

.h_form_con p {
    font-size: 18px;
    text-align: center;
    width: 100%;
    float: right;
}


/*联系方式*/

.h_content {
    width: 44%;
    margin-top: 50px;
    padding-left: 48px;
    padding-top: 6px;
    padding-bottom: 20px;
}

.h_content h3 {
    color: #333;
    line-height: 1.5;
    letter-spacing: 1px;
    text-align: center;
    font-family: "微软雅黑";
    margin-top: 16px;
    font-size: 18px;
    margin-bottom: 12px;
}

.h_content h3 span {
    position: relative;
}

.h_content h3 span:after {
    content: "";
    position: absolute;
    bottom: -12px;
    left: 26%;
    width: 48%;
    border-bottom: 1px solid #ccc;
}

.h_content ul {
    padding-top: 28px;
}

.h_content li {
    font-family: "微软雅黑";
    font-size: 16px;
    line-height: 1.6;
    color: #000;
    padding-top: 22px;
    padding-bottom: 10px;
    padding-left: 40px;
    letter-spacing: 0.8px;
    font-weight: 700;
}

.h_content li img {
    /* margin-right: 35px; */
    width: 24px;
}

.h_content li span {
    display: block;
    padding-left: 47px;
    margin-top: -32px;
}

.h_content li span em {
    font-size: 22px;
    font-style: normal;
}

.h_content .h_erweima {
    margin-top: 30px;
    margin-left: 40px;
    color: #999;
    text-align: center;
}

.h_content .h_erweima img {
    width: 150px;
}

.h_content .h_erweima h5 {
    margin-top: 17px;
}

.map {
    height: 394px;
    width: 100%;
    margin-top: 40px;
}

.module_honor_list {
    overflow: hidden;
    margin-top: 30px;
}

.module_honor_list dl {
    float: left;
    width: 23%;
    margin-right: 2%;
    margin-bottom: 15px;
}

.module_honor_list dl:nth-child(4n) {
    margin-right: 0;
}

.module_honor_list dl dt {
    width: calc(100% - 40px);
    height: 320px;
    background: #eee;
    overflow: hidden;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.module_honor_list dl dt img {
    max-width: 100%;
    max-height: 100%;
}

.module_honor_list dl h3 {
    font-size: 16px;
    font-weight: 400;
    line-height: 50px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.article_editor_img img {
    display: block;
    margin: 0 auto;
    max-width: 700px;
}

.article_editor_img img {
    width: 100%;
}

.job_list dl {
    width: 24%;
    float: left;
    margin-right: 1%;
    margin-bottom: 15px;
    transition: all .3s;
}

.job_list dl:nth-child(4n) {
    margin-right: 0;
}

.job_list dl dt {
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #eee;
    padding: 15px 0;
}

.job_list dl dt img {
    max-width: 100%;
    max-height: 100%;
}

.job_list dl:hover {
    transform: translateY(-10px);
}

.job_list dl h3 {
    text-align: center;
    font-size: 14px;
    line-height: 30px;
    font-weight: 400;
}

.video_list dl {
    position: relative;
    width: 32%;
    float: left;
    margin-right: 2%;
    margin-bottom: 15px;
}

.video_list dl:nth-child(3n) {
    margin-right: 0;
}
.video_list dl dt{}
.video_list dl dt img{ width: 100%; display: block; }
.video_list dd {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.4);
}

.video_list dd img {
    display: block;
    width: 60px;
    margin: 95px auto 30px;
    cursor: pointer;
}

.video_list dd h3 {
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    color: #fff;
}

.video_con {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: none;
}

.video_con iframe {
    width: 100%;
}

.c_more {
    width: 160px;
    height: 40px;
    line-height: 44px;
    text-align: center;
    color: #751e8a;
    border-radius: 30px;
    border: 1px solid #751e8a;
    margin: 30px auto 0;
    font-size: 18px;
    display: block;
}

.c_more:hover {
    background: #751e8a;
    color: #fff;
}

@media (max-width:1500px) {
    .tem_head nav a {
        font-size: 16px;
    }
    .tem_head nav ul li {
        padding: 0 3.3%;
    }
}

#searchlist {
    padding: 15px 0
}

#searchlist li {
    padding-left: 10px;
    margin-bottom: 6px;
    line-height: 1.5
}

#searchlist ul {
    list-style: none;
    padding: 0;
    margin: 0
}

#searchlist ul li {
    padding: 3px 5px;
    margin-bottom: 10px
}

#searchlist ul li img {
    display: none
}

#searchlist .search_title {
    display: block;
    padding: 2px 0
}

#searchlist .search_title a {
    font-size: 16px;
    color: #12C;
    text-decoration: underline
}

#searchlist .search_title em {
    color: #c00;
    text-decoration: underline;
    font-style: normal
}

#searchlist .search_detail {
    display: block
}

#searchlist .search_detail a {
    text-decoration: underline;
    color: #12C
}

#searchlist .search_content em {
    color: #c00;
    font-style: normal
}

#searchlist .search_updatetime {
    display: block;
    margin-top: 5px;
    color: green
}

#searchlist a:hover {
    text-decoration: underline
}


/*左侧工具条*/

#toolbar {
    position: fixed;
    z-index: 9999;
    right: 5px;
    bottom: 30%;
}

#toolbar li {
    margin-bottom: 3px;
    font-size: 0;
    width: 57px;
    height: 57px;
    right: 0;
    position: relative;
}

#toolbar li a {
    display: block;
    position: absolute;
    z-index: 9;
    right: 0;
    top: 0;
    width: 57px;
    height: 57px;
    overflow: hidden;
    background: #751e8a;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    white-space: nowrap;
    font-size: 0;
}

#toolbar li .icon-font {
    display: inline-block;
    vertical-align: middle;
    width: 57px;
    height: 57px;
    background-color: #d9d9d9;
}

#toolbar li .icon-qq:after {
    background-position: 0 -150px;
}

#toolbar li .icon-phone:after {
    background-position: 0 -90px;
}

#toolbar li .icon-ewm:after {
    background-position: 0 -30px;
}

#toolbar li .icon-message:after {
    background-position: 0 -120px;
}

#toolbar li .icon-top:after {
    background-position: 0 -60px;
}

#toolbar li .icon-wangwang:after {
    background-position: 0 0;
}

#toolbar li .wz {
    display: inline-block;
    line-height: 57px;
    font-size: 14px;
    color: #fff;
    vertical-align: middle;
    padding-left: 10px;
}

#toolbar li.ewm .ewm-box {
    position: absolute;
    z-index: 1;
    padding: 5px;
    background: #751e8a;
    width: 110px;
    right: 120%;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all .7s;
    transition: all .7s;
}

#toolbar li.ewm .ewm-box p {
    margin-bottom: 0;
}

#toolbar li.ewm .ewm-box img {
    max-width: 100%;
}

#toolbar li.ewm .ewm-box:after {
    content: '';
    position: absolute;
    right: -5px;
    bottom: 20px;
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 5px;
    cursor: pointer;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #751e8a;
    border-right: none;
}

#toolbar li.ewm:hover .icon {
    background-position: -57px -180px;
}

#toolbar li.ewm:hover .ewm-box {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

#toolbar li.backtop {
    cursor: pointer;
}

#toolbar li.backtop .iconfont {
    color: #fff;
    background-color: #751e8a;
}

#toolbar li:hover a {
    width: 200px;
}

#toolbar li:hover .icon-font {
    background-color: #751e8a;
}

#toolbar li:hover .icon-qq:after {
    background-position: -30px -150px;
}

#toolbar li:hover .icon-phone:after {
    background-position: -30px -90px;
}

#toolbar li:hover .icon-ewm:after {
    background-position: -30px -30px;
}

#toolbar li:hover .icon-message:after {
    background-position: -30px -120px;
}

#toolbar li:hover .icon-wangwang:after {
    background-position: -30px 0;
}

#toolbar li:hover .icon-top:after {
    background-position: -30px -60px;
}

.icon-font:after {
    content: "";
    width: 30px;
    height: 30px;
    background-image: url(../images/icon_spirit.png);
    background-repeat: no-repeat;
    position: absolute;
    left: calc(50% - 15px);
    top: calc(50% - 15px);
}

.icon-font {
    position: relative;
}

.other_l {
    display: none;
    position: absolute;
    width: 100%;
    z-index: 9;
    top: 35px;
    left: -1px;
    /* transform: translateX(-50%); */
    border: 1px solid #eee;
    /* overflow: hidden; */
    border-top: none;
    /* width: 82px; */
}

.other_l li {
    padding: 10px 15px;
    border-bottom: 1px solid #9837af;
    background: #751e8a;
    line-height: 16px;
    text-align: center;
}

.other_l li:last-child {
    border-bottom: none;
}

.other_l li a {
    color: #000;
}


/* .other_l li:hover a {
    color: #fff;
} */

.s_pro_tj {
    overflow: hidden;
    width: 100%;
    padding: 0 5px 5px;
}

.s_pro_tj h3 {
    color: #9837af;
    line-height: 40px;
    font-size: 18px;
    font-weight: 400;
    border-bottom: 1px solid #9837af;
    margin-top: 20px;
}

.s_pro_tj .p01_lb {
    width: 100%;
    overflow: visible;
    position: relative;
}

.s_pro_tj .p01_lb .swiper-slide .pro_con .pro_img {
    height: 200px;
}

.s_pro_tj .p01_lb .swiper-slide {
    box-shadow: #eecff5 0 0 10px;
    margin-top: 15px;
}

@media (max-width: 990px) {
    #toolbar {
        display: none;
    }
}

/*  下载中心  */
.download_list{}
.download_list dl{ display: block; overflow: hidden; margin-bottom: .5rem; }
.download_list dl a{ display: block; border:1px solid #cccccc; border-radius: 8px;  padding: 20px;overflow: hidden; }
.download_list dl dt{ float: left; width: 70px; display: block; overflow: hidden; }
.download_list dl dt img{ max-width: 100%; display: block; margin:0 auto; }
.download_list dl dd{ width: calc(100% - 100px); display: block; overflow: hidden; float: right; padding: 18px 0 0;}
.download_list dl dd .news_con1{ width: 80%;  display: block; overflow: hidden;}
.download_list dl dd .news_con1 h3{ font-size: 16px; color: #333; line-height: 30px; }
.download_list dl dd .dowc_ico{}
.download_list dl dd .dowc_ico img{ width:24px; display: block; }
.download_list dl:hover dd .news_con1 h3{ color: #751e8a; }
